home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-09 | 1.7 KB | 42 lines | [TEXT/MPS ] |
- #include "Types.r"
- #include "hdserrors.h"
-
- /* resources for HDS error strings */
-
- resource 'STR#' (iErrors) {
- {
- "%HDS-E-001 out of memory",
- "%HDS-E-002 cant open/create file",
- "%HDS-F-003 bad seek: wrong position?",
- "%HDS-F-004 bad read: wrong position?",
- "%HDS-E-005 no HDS-database active",
- "%HDS-F-006 bad HDS-record",
- "%HDS-F-007 too many fields in HDS-record",
- "%HDS-E-008 no more fields in HDS-record",
- "%HDS-F-009 bad string in HDS-record",
- "%HDS-F-010 bad field-type in HDS-record",
- "%HDS-E-011 no legal record in this direction",
- "%HDS-E-012 wrong field number",
- "%HDS-E-013 protected record; no delete/modify possible",
- "%HDS-F-014 bad write",
- "%HDS-E-015 no write permission",
- "%HDS-E-016 no branch right of current record",
- "%HDS-E-017 no branch right of a data record",
- "%HDS-E-018 this is already a data record",
- "%HDS-E-019 no data fields defined",
- "%HDS-E-020 right branch exists already",
- "%HDS-W-021 no match found",
- "%HDS-E-022 too many labels (pointer fields) defined",
- "%HDS-E-023 wrong sequential input file",
- "%HDS-E-024 too many records to sort",
- "%HDS-E-025 there is no link defined to this record",
- "%HDS-E-026 there is no mark field defined in this branch",
- "%HDS-E-027 too many records to link",
- "%HDS-E-028 records out of order",
- "%HDS-E-029 protected branch; no delete/modify possible",
- "%HDS-F-030 generic description not found",
- "%HDS-E-031 protected right branch; no delete/modify possible",
- "%HDS-E-032 record already deleted or illegal record number",
- }
- };
-